.round{
	/*flex: 0 0 100%;*/
	/*max-width: 100%;*/
}

.f1-driver-abbr {
	font-family: Oxanium;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  transform-origin: unset;
}

.event-result{

}

.event-item{
	border-bottom: none;
	border-bottom-right-radius: 0;
}

.event-description {
	/*margin-bottom: 30px;*/
}

.race-card .event-result{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.race-card .result-card.pos1 {
	order: 1;
	flex: 0 0 35%;
}

.race-card .result-card.pos2 {
	order: 0;
	flex: 0 0 33%;
}

.race-card .result-card.pos3 {
	order: 2;
	flex: 0 0 31%;
}

.race-card .result-card .image-wrapper {
	height: 80px;
	position: relative;
	background-color: #15151e;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.race-card .result-card .image-wrapper::before {
	display: block;
	content: " ";
	background-image: url(../../images/patterns/white-stripe.png);
	background-size: 12px;
	min-width: 100%;
	min-height: 100%;
	opacity: .4;
}

.race-card .result-card.pos1 .image-wrapper img {
	max-width: 105px;
}

.race-card .result-card.pos2 .image-wrapper img {
	width: 95%;
	max-width: 90px;
}

.race-card .result-card.pos3 .image-wrapper img {
	max-width: 85px;
}

.race-card .result-card .image-wrapper img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.race-card .result-card.pos2 .image-wrapper {
	height: 65px;
}

.race-card .result-card .driver-info-wrapper {
	padding-top: 2px;
	background: #fff;
}

.race-card .result-card.pos3 .image-wrapper {
	height: 55px;
}

.race-card .result-card .driver-info {
	border-right: solid 1px #949498;
	border-bottom: solid 1px #949498;
	border-bottom-right-radius: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0;
}

/*img[data-src], img[data-srcset] {
min-height: 1px;
min-width: 1px;
}*/

/*img, svg {
display: block;
width: 100%;
height: auto;
}*/